projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f185a75
)
(struct glyph) <union cmp>: Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Sep 2008 10:52:10 +0000
(10:52 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Sep 2008 10:52:10 +0000
(10:52 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 66f5798cdc6c66bcdb19492ff6ea2a06ec551e17..3ba09d4a616bad7524c0eed2eb7188871b403f55 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-397,7
+397,7
@@
struct glyph
unsigned automatic : 1;
/* ID of the composition. */
unsigned id : 23;
- /* Start and end indices of glyhs of the composition. */
+ /* Start and end indices of gly
p
hs of the composition. */
unsigned from : 4;
unsigned to : 4;
} cmp;